CruiseControl.NET : Interval Trigger
This page last changed on Mar 08, 2005 by mroberts.
The Interval Trigger is used to specify that an integration should be run periodically, after a certain amount of time. By default, an integration will only be triggered if modifications have been detected since the last integration. The trigger can also be configured to force a build even if no changes have occurred to source control. ExamplesMinimalist example: <intervalTrigger />
<intervalTrigger seconds="30" buildCondition="ForceBuild"/>
Configuration Elements:
NOTE: this class replaces the PollingIntervalTrigger and the ForceBuildIntervalTrigger. |
Document generated by Confluence on Jun 26, 2005 17:22 |